public static Wall Create(
Document document,
IList<Curve> profile,
bool structural
)
public:
static Wall^ Create(
Document^ document,
IList<Curve^>^ profile,
bool structural
)
static member Create :
document : Document *
profile : IList<Curve> *
structural : bool -> Wall